" Input: { xcids[] - (remote) entries to be copied to a local repository, made of repo_uoa:module_uoa:data_uoa (source_repo_uoa) - in case the source is remote, the specific repository on the source (optional - only needed for disambiguation) (target_server_uoa) - the optional target remote server (mapped as a local repository) (target_repo_uoa) - the repository to store the entries on target server ('local' by default) (update_meta_dict) - the dictionary with which to update the original meta.json (update_mmeta_dict) - the dictionary with which to update the meta dictionary inside meta.json (tags) - filter the source list by tags } Output: { return - return code = 0, if successful > 0, if error (error) - error text if return > 0 } "